home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
C
/
Applications
/
Python 1.3.3
/
stdwin
/
Packs
/
textedit
/
Make.conf
< prev
next >
Wrap
Text File
|
1995-12-21
|
247b
|
10 lines
# Begin Make.conf
# $Header: /ufs/guido/CVSROOT/stdwin/Packs/textedit/Make.conf,v 1.1 1988/05/20 16:30:33 guido Exp $
SRCS= textedit.c textlow.c textdbg.c editwin.c
OBJS= textedit.o textlow.o textdbg.o editwin.o
all: $(OBJS)
# End Make.conf